home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
SETUP
/
CBUILDER
/
DATA.Z
/
WINDOWS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-02-20
|
157 b
|
8 lines
#if !defined(_INC_WINDOWS)
#ifdef __FLAT__
#include <win32\windows.h>
#else
#include <win16\windows.h>
#endif
#endif /* _INC_WINDOWS */